'Declaration Public Overloads Overrides Function GetImage( _
ByVal imageLoadingProgressDelegate of the image loading progress. Can be set to null (Nothing in Visual Basic).As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal decodingSettingsThe decoding settings that should be used for decoding of page image.As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public override Vintasoft.Imaging.VintasoftImage GetImage(
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings imageLoadingProgress,
System.EventHandler<ProgressEventArgs> decodingSettings
)
Parameters
- imageLoadingProgress
- Delegate of the image loading progress. Can be set to null (Nothing in Visual Basic).
- decodingSettings
- The decoding settings that should be used for decoding of page image.
Return Value
The image associated with this GifPage object if image was loaded successfully; null if image loading was canceled.